﻿@media only screen and (max-width:538px) {
    html {
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    body {
        font-family: 'microsoft yahei';
        width: 100%;
        min-height: 100%;
        margin: 0;
        padding: 5px;
        overflow-x: hidden;
        overflow-y: auto;
        box-sizing: border-box;
        background: #fff;
        /* background: #fff url("../images/20dabg.jpg") no-repeat top center;*/
        background-size: 100% 100%;
        background-attachment: fixed;
        position: relative;
    }
    .content-bg {
      padding-top: 10px;
 /*         background: url("../images/20dabg-phone.jpg") no-repeat top center;
        background-size:contain;
        background-attachment: scroll;
        background-color: #FEF5E6;*/
    }
    a {
        text-decoration: none;
    }

    img {
        border: 0;
    }

    ul {
        padding: 0;
        margin: 0;
    }

    li {
        list-style: none;
    }

    .topcen {
        position: relative;
        z-index: 999;
        margin: 0;
        width: 100%;
        height: 30px;
        background: #f8f8f8;
    }

    .ztcr {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .ztcr iframe {
        margin-left:5px;
        float: left;
        margin-top: 5px;
        font-size:1em;
        font-size:1em;
        height: 30px;
    }

    .addtav {
        display: none;
        float: right;
        margin-left: 20px;
        color: #a50000;
        line-height: 30px;
        font-size: 14px;
    }
    /* 头部区域 */

    .header {
        margin: 0;
        width: 100%;
        height: 200px;
    }

    .logo {
        width: 100%;
        height: 200px;
        margin: 0 auto;
    }

    .flexslider {
        /* position: relative; */
        overflow: hidden;
        height: 100px;
        z-index: 9999;
    }
    .flexslider-click {
        position: relative;
        left:8px;
    }

    .flexslider-click .flex-control-nav {
        display: none;
        position: absolute;
        right: 20px;
        bottom: 15px;
        z-index: 999;
        width: 180px;
    }

    .flexslider-click .flex-control-nav li {
        float: left;
        margin: 0 8px;
    }

    .flexslider-click .flex-control-nav li a {
        color: #ffffff;
        background-color: #ffffff;
        border: 1px solid #ccc;
        display: block;
        text-align: center;
        cursor: pointer;
        border-radius: 7px;
        font-size: 0;
        width: 14px;
        height: 14px;
    }

    .flexslider-click .flex-control-nav li a.flex-active {
        background: #006DD4;
        color: #006DD4;
        font-size: 0;
        display: block;
        border: 1px solid #ccc;
        cursor: pointer;
        border-radius: 7px;
        width: 26px;
    }
    .slides {
        position: relative;
        width: 100%;
        z-index: 1;
    }
    .sliTop {display:none;    }

    .slides li {
        width: 98%;
        height: 100px;
        background-size: 98% 100% !important;
        background-attachment: inherit;
    }
    .tbanner .slides li {
        width: 300px;
        height: 100px;
        margin-left:-15px;
        background-size: 98% 100% !important;
        background-attachment:inherit;
    }
    .flexslider ol {
        display: none;
    }
    /* 导航区域 */

    /*.nav-bar {
        display:none;
        position: relative;
        z-index: 1000;
        overflow: hidden;
        height: 50px;
    }*/

        /*.nav-bar:hover {
            overflow: visible;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }*/

        .nav-bar a {
            padding-bottom: 3px;
            color: #fff;
        }

        .nav-bar li ul a {
            margin-bottom: 6px;
            color: #d5633b;
        }

    .nav-bg {
        position: absolute;
        width: 100%;
        height: auto;
        background: #feeae3;
        -webkit-transition: .3s;
        transition: .3s;
        z-index: 9999;
    }

    .nav-top {
        height: 50px;
        background-image: #a50000;
        background-image: -webkit-linear-gradient(180deg, #ce0101, #a50000);
        background-image: -moz-linear-gradient(180deg, #ce0101, #a50000);
        background-image: linear-gradient(180deg, #ce0101, #a50000);
    }

    .nav-content {
        /* position: absolute; */
        width: 100%;
        height: 286px;
        /* left: 10%; */
        margin: 0 auto;
    }

    .nav-content-box {
        /* position: absolute; */
        width: 100%;
    }

        .nav-content-box > li {
            float: left;
            line-height: 50px;
            width: 120px;
        }

            .nav-content-box > li:hover {
                background: #e7987c;
            }

                .nav-content-box > li:hover a {
                    color: #fff
                }

            .nav-content-box > li > span {
                font-size: 1.6em;
            }

                .nav-content-box > li > span > a {
                    display: block;
                    width: 157px;
                    margin: 0;
                    height: 47px;
                    line-height: 50px;
                    text-align: center;
                }

            .nav-content-box > li:hover > span > a {
                background: #860000;
            }

    ul > li.thy1 {
        width: 100px;
        height: 50px;
    }


    ul.nav-content-box > li > ul {
        border-right: solid 1px #eed2c8;
        margin: 10px 0 6px
    }

    ul.nav-content-box > li:first-child > ul,
    ul.nav-content-box > li:last-child > ul {
        border-right: 0;
        margin: 10px 0 6px
    }

    ul.nav-content-box > li > ul:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0
    }

    .nav-content-box > li:hover > ul {
        border-right: none;
        padding-right: 1px;
    }

    ul.nav-content-box > li > ul > li {
        float: left;
        width: 100%;
        line-height: 2;
        text-align: center;
    }

        ul.nav-content-box > li > ul > li > a {
            display: block;
            width: 100%;
        }

            ul.nav-content-box > li > ul > li > a:hover {
                background: #c3775c;
                font-weight: 400;
            }

    .thy1 img {
        top: 9px;
        left: -103px;
        position: relative;
    }

    .thy1:hover img {
        position: relative;
        display: block;
        top: 9px;
        left: -103px;
    }

    .thy2,
    .thy3,
    .thy4,
    .thy5,
    .thy6,
    .thy7, .thy37, .thy38,
    .thy8,
    .thy9 {
        position: relative;
    }

        .thy2 img,
        .thy3 img,
        .thy4 img,
        .thy5 img,
        .thy6 img,
        .thy7 img, .thy37 img, .thy38 img,
        .thy8 img,
        .thy9 img {
            display: none;
        }

        .thy2:hover img {
            display: block;
            position: absolute;
            left: -203px;
            margin-top: 9px;
        }

        .thy3:hover img {
            display: block;
            position: absolute;
            left: -323px;
            margin-top: 9px;
        }

        .thy4:hover img {
            display: block;
            position: absolute;
            left: -443px;
            margin-top: 9px;
        }

        .thy5:hover img {
            display: block;
            position: absolute;
            left: -563px;
            margin-top: 9px;
        }

        .thy6:hover img {
            display: block;
            position: absolute;
            left: -683px;
            margin-top: 9px;
        }

        .thy7:hover img {
            display: block;
            position: absolute;
            left: -803px;
            margin-top: 9px;
        }

        .thy8:hover img {
            display: block;
            position: absolute;
            left: -923px;
            margin-top: 9px;
        }

        .thy38:hover img, .thy37:hover img {
            display: block;
            position: absolute;
            left: -1043px;
            margin-top: 9px;
        }

        .thy9:hover img {
            display: block;
            position: absolute;
            left: -1181px;
            margin-top: 9px;
        }
    /* 内容区域 */

    .content-all {
        width: 100%;
        margin: 0px auto;
       /* background: rgba(255, 255, 255, .55);*/
        background-color:white;
        padding: 15px;
        -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .16);
        box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .16);
    }

    .dt-new {
        margin-bottom: 20px;
        margin-left:-5px;
    }

    .nhybg {
        background: url("../images/schicon_03.png") no-repeat top left;
        background-size: 34px;
        height: 30px;
    }

    .dt-new1 {
        margin-bottom: 20px;
    }

    .dt-new2, .exclusive {
        background: url("../images/bg003.png") no-repeat;
        margin: 0 -15px;
        padding-bottom: 20px;
        display: none;
    }

    .newimg {
        width: 100%;
        height: 302px;
        margin: -15px -15px 0;
        /* float: left; */
    }

    .prev,
    .next {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -45px;
        display: block;
        width: 40px;
        height: 74px;
        background: url(../images/btn-r.png) 1px 1px no-repeat;
        filter: alpha(opacity=70);
        opacity: 0.7;
        z-index: 10;
        display: none;
    }

    .city-slide-body ul {
        width: 100%;
        height: 502px;
    }

        .city-slide-body ul li a {
            position: relative;
            z-index: 1;
            margin: 0 auto;
            display: block;
            width: 100%;
            height: 502px;
            left: 0;
        }

            .city-slide-body ul li a img {
                width: 100%;
                height: 502px;
            }

        .city-slide-body ul li {
            position: absolute;
            z-index: 3;
            width: 100%;
            height: 502px;
            filter: alpha(opacity=0);
            -moz-opacity: 0;
        }

    .city-slide-header {
        width: 100%;
        margin: 0 auto;
        height: 502px;
        position: absolute;
    }

    .next {
        left: auto;
        right: 0;
        background-position: -40px 0px;
    }

    .prev:hover {
        filter: alpha(opacity=99);
        opacity: 1;
    }

    .next:hover {
        filter: alpha(opacity=99);
        opacity: 1;
    }

    .city-slide:hover .city-slide-header .prev {
        display: block;
    }

    .city-slide:hover .city-slide-header .next {
        display: block;
    }

    .caption {
        display: block;
        position: absolute;
        z-index: 2;
        font-size: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
        white-space: nowrap;
        text-shadow: none;
        color: #fff;
        background: #000;
        background: rgba(0, 0, 0, .5);
        left: 0;
        right: 0;
        bottom: 0;
        padding: 10px 20px;
        margin: 0;
        max-width: none;
    }

    .schoolnews {
        float: left;
        width: 95%;
        margin-bottom:10px;
    }

    .schoolnewsdbs {
        float: left;
        width: 95%;
        margin-right: 20px;
    }

    .schoolnews-tit {
        margin-top:10px;
        height: 30px;
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 10px;
        background: url("../images/listbg.png") no-repeat right top;
        background-size: 884px 40px;
    }

    .schoolnews-tit ul {
        position: relative;
        top: 6px;
        text-align: center;
        padding-left: 50px;
    }

    .schoolnews-tit ul li {
        display: inline;
        width: 30%;
        height: 39px;
        font-size: 1.3em;
        line-height: 35px;
        margin-top: -6px;
        text-align: center;
        float: left;
        cursor: pointer;
    }

    .schoolnews-tit ul li.on {
        color: #a50000;
        font-weight: bold;
        border-bottom: 3px solid #a50000;
    }

        .schoolnews-tit ul li.on::before {
            display: inline-block;
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            top: 36px;
            margin-left: 21px;
            border-style: solid dashed dashed dashed;
            border-width: 9px;
            /* border-color: #a50000 #fff #fff #fff; */
            border-color: #a50000 rgba(250, 250, 250, 0) rgba(250, 250, 250, 0) rgba(250, 250, 250, 0);
            overflow: hidden;
            zoom: 1;
            font-size: 0;
        }

    .schoolnews-tit p {
        position: absolute;
        top: 32px;
        left: 0px;
        width: 180px;
        height: 7px;
        border-top: 3px solid #a50000;
        overflow: hidden;
        text-align: center;
    }

    .schoolnews-tit b {
    }

    .schoolnewsul ul {
        display:block;
        margin-top: 16px;
        font-size: 15px;
    }
    .schoolnewsul {
        height:800px;
    }
    .schoolnewsul ul.newslist {
        width: 97%;
        display: block;
        margin-top: 16px;
        font-size: 15px;
    }

    .schoolnewsul .newpic {
        position: relative;
        display: block;
        float: left;
        margin-top: 27px;
        margin-left: 10px;
        height: 218px;
        border: 1px solid #e7e7e7;
        width: 95%;
    }

    .schoolnewsul .newpic img {
        max-height: 270px;
        width:100%;
    }

    .caption1 {
        display: block;
        position: absolute;
        z-index: 2;
        font-size: 1.4em;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-shadow: none;
        color: #fff;
        background: #000;
        background: rgba(0, 0, 0, .5);
        left: 0;
        right: 0;
        bottom: 0;
        padding: 6px 10px;
        margin: 0;
        max-width: none;
    }

    .schoolnewsul ul li,
    .newsul ul li,
    .newsul1 ul li {
        line-height: 34px;
        overflow: hidden;
    }

    .schoolnewsul ul.newslist li::before,
    .newsul ul li::before,
    .newsul1 ul li::before {
        display: inline-block;
        content: "";
        float: left;
        width: 6px;
        height: 6px;
        background: #a50000;
        margin: 0 10px 0 5px;
        position: relative;
        top: 14px;
    }

    .schoolnewsul ul li a {
        float: left;
        color: #373535;
        width: 98%;
        font-size:1.4em;
        overflow: hidden;
        line-height:40px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .schoolnewsul ul li a::before {
        display: inline-block;
        content: "";
        float: left;
        width: 6px;
        height: 6px;
        background: #a50000;
        margin: 0 10px 0 5px;
        position: relative;
        top: 14px;
    }
     .schoolnewsul ul li:first-child a::before {
        display: none;
    }
    .schoolnewsul ul li a:hover,
    .newsul ul li a:hover,
    .newsul1 ul li a:hover {
        color: #a50000;
        font-weight: 600;
    }
    .schoolnewsul ul li.firstRow {
        text-align: center;
        margin-bottom: 15px;
    }

    .schoolnewsul ul li.firstRow a {
        color: #a50000;
        width: 98%;
        font-weight: 600;
        font-size: 1.4em;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }

    .schoolnewsul ul li.firstRow p {
        color: #333;
        width: 98%;
        text-align: left;
        text-indent: 1em;
        font-size:1.2em;
    }
    .schoolnewsul ul li span {
        float: right;
        color:#c7c7c7;
        font-size:1.2em;
    }

    .schoolnewsmore {
        text-align: right;
        margin-top: 4px;
        font-size:1em;
        margin-right:10px;
    }

.schoolnewsmore a {
    color: #a50000;
    font-size:1.2em;
}

    .schoolnewsmore a:hover {
        color: #a50000;
    }

    .rolling {
        float:right;
        width: 100%;
        display:block;
        margin: 0 auto;
        /* background: #fff; */
    }

    .rolling .roll-title {
        overflow: hidden;
        height: 42px;
        background: #fff;
        padding: 0 10px;
        line-height: 42px;
        border-bottom: 1px solid #ddd;
    }

    .rolling .roll-title .prev,
    .rolling .roll-title .next {
        display: block;
        width: 24px;
        height: 70px;
        float: right;
        overflow: hidden;
        cursor: pointer;
        position: absolute;
        top: 67px;
        right: 0;
        left: 0;
        display: none;
        z-index: 100;
    }

    .rolling .roll-title .prev img {
        width: 22px;
        height: 48px;
    }

    .rolling .roll-title .next img {
        width: 22px;
        height: 48px;
    }

    .rolling .roll-title .next {
        right: -2px;
        display: none;
        left: inherit;
    }

    .rolling .roll-title ul {
        float: right;
        overflow: hidden;
        zoom: 1;
        margin-top: 10px;
    }

    .rolling .content {
        float: left;
        width: 92%;
        overflow: hidden;
        padding-left: 10px;
        border-left: 1px solid #e7e7e7;
        border-right: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
    }

    .rolling .content ul {
        margin-top: 15px;
        overflow: hidden;
        zoom: 1;
    }

    .rolling .content ul li {
        height: 60px;
        line-height: 28px;
        text-align: left;
        display: inline;
        font-size: 1em;
        margin-top: 8px;
    }

    .rolling .content ul li span {
        color: #b7b7b7;
        position: relative;
        font-size: 1em;
        float:right;
        margin-right:10px;
    }

    .roll-title h2 {
        font-weight: normal;
        font-size: 14px;
        float: left;
    }

    .rolling-more {
        float: right;
        color: #666;
        font-size: 12px;
    }

    .rolling .rolling-more:after {
        content: "";
        display: inline-block;
        margin-bottom: 1px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        width: 7px;
        height: 7px;
        border: 1px solid #666;
        border-right: none;
        border-bottom: none;
    }

    .rolling .content ul li a {
        color: #a50000;
        display: block;
        width: 95%;
        font-size:1.2em;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .rolling .content ul li a:hover {
            color: #a50000;
            text-decoration: underline;
        }

    .rolling:hover .next {
        display: block;
    }

    .rolling:hover .prev {
        display: block;
    }

    .notice {
        display: block;
        height: 41px;
        line-height: 40px;
        background: #a50000;
        font-size: 1.3em;
        width:92%;
        font-weight: 600;
        /* letter-spacing: 5px; */
        color: #fff;
        padding: 0 5px 0 9px;
        margin-top:10px;
    }

    .news-bg {
        background: #fff url(../images/columnbg.jpg);
        height: 44px;
        border-bottom: 1px solid #e7e7e7;
        overflow: hidden;
    }

    .titname {
        display: block;
        float: left;
        color: #fff;
        font-size: 1.6em;
        font-weight: 600;
        line-height: 42px;
        margin-left: 20px;
    }

    .news-bg a {
        display: block;
        float: right;
        margin-right: 40px;
        font-weight: 600;
        line-height: 42px;
        color: #fff;
    }

    .imgtext {
        overflow: hidden;
        margin-top: 16px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e7e7e7;
    }

        .imgtext img {
            width: 155px;
            height: 116px;
        }

    .newsimg {
        float: left;
    }

    .newscon {
        width: 247px;
        float: left;
        margin-left: 15px;
        margin-right:5px;
    }

        .newscon a {
            display: block;
            font-size: 1.4em;
            font-weight: 600;
            color: #a50000;
            line-height: 32px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin-bottom: 5px;
        }

        .newscon span {
            font-size: 1em;
            color: #6e6e6e;
            line-height: 26px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }

    .newsul ul,
    .newsul1 ul {
        margin-top: 10px;
        font-size: 1.2em;
    }

        .newsul ul li a {
            float: left;
            color: #373535;
            width: 398px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .marr20 {
        margin-right: 20px;
    }

    .newswit {
        float: left;
        margin-bottom: 20px;
        width:98%;
        /*display: none;*/
    }

    .news-bg2 {
        background: rgb(228, 228, 228) url(../images/titbg.png) no-repeat top left;
        height: 44px;
        overflow: hidden;
    }

    .fk-infoBlockWrap {
        position: relative;
        width: 100%;
        margin-left:10px;
        height: 78px;
    }

    .fk-infoBlockWrap .f-wrapBg {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 0;
        transition: all .3s;
        overflow: visible
    }
    .fk-infoBlockWrap .fk-infoBlock {
        width: 128px;
        height: 78px;
        transform-origin: center center;
        /* position:relative; */
        _overflow: visible;
        cursor:pointer;
    }

    .fk-infoBlockWrap .f-bg {
        width: 126px;
        height: 76px;
        background: #fff5f3;
        background: linear-gradient(145deg, #fffcfb, #fff5f3);
        border: 1px solid #fcc2b6;
        position: absolute;
        z-index: 0;
        left: 0;
        top: 0;
        border-radius: 20px;
        transition: all .3s;
        transform-origin: center center;
        overflow: visible
    }

    .f-infoIcon {
        display: block;
        position: relative;
        top: 15px;
        transition: opacity .3s;
        font-size: 40px;
        color: #a50000;
        text-align: center;
    }

    .f-infoIcon1 {
        display: block;
        font-size: 34px;
        transition: opacity .3s;
        color: #fff;
        margin-bottom: 5px;
    }

    .f-infoIcon2 {
        display: block;
        position: relative;
        transition: opacity .3s;
        font-size: 50px;
        text-align: center;
        color: #a50000;
        top: 12px;
    }

    .f-infoIcon3 {
        display: block;
        font-size: 44px;
        transition: opacity .3s;
        color: #fff;
        margin-top: -6px;
    }

    .f-infoIcon4 {
        display: block;
        position: relative;
        transition: opacity .3s;
        font-size: 37px;
        text-align: center;
        color: #a50000;
        top: 19px;
    }

    .f-infoIcon5 {
        display: block;
        font-size: 33px;
        transition: opacity .3s;
        color: #fff;
        margin-top: 0;
        margin-bottom: 7px;
    }




    .f-main-item {
        display: inline-block;
        width: 45%;
        float: left;
        _zoom: 1;
        position: relative;
    }

    .f-main-item:nth-child(odd) {
        margin: 10px 10px 0 0;
    }

    .f-main-item:nth-child(even) {
        margin: 10px 0 0;
    }
    .f-main-itemHover .fk-infoBlockWrap .f-infoBlock-fasico .f-bg {
        height: 76px;
        width: 100%;
        border-radius: 20px;
        background-color: #a50000;
        background: linear-gradient(90deg, #ce0101, #a50000);
        border: 1px solid #a50000;
    }

    /*.columnName {line-height:25px;}*/
    .f-main-itemHover .fk-infoBlockWrap .f-wrapBg {
        width: 100%;
        height: 78px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
        border-radius: 20px
    }

    .fk-infoBlockWrap .f-infoWrap {
        position: absolute;
        top: 0;
        z-index: 2;
        text-align: center;
        width: 100%;
        transition: all .3s;
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .f-infoBlock-fasico .f-infoWrap {
        margin-top: 8px;
        text-align: center
    }

    .fk-infoBlock .f-info-title {
        font-size: 16px;
        padding-top: 45px;
        padding-bottom: 25px;
        line-height: 1
    }

    .fk-infoBlock .f-info-desc {
        font-size: 13px;
        padding: 0 10px;
        line-height: 1.8;
        margin-top: -7px
    }

    .f-infoBlock-fasico .f-info-title {
        font-size: 1.4em;
        padding-top: 35px;
        padding-bottom: 18px;
        line-height: 1
    }

    .f-infoBlock-fasico .f-info-desc {
        font-size: 1.2em;
        padding: 0 10px;
        line-height: 1.8;
    }

    .f-infoBlock-fasico .f-info-desc {
        color: #fff
    }

    .f-main-itemHover .fk-infoBlockWrap .opin {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .f-main-itemHover .fk-infoBlockWrap .f-infoWrap {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    .dys {
        display: block;
        margin-bottom: 20px;
        width:89%;
    }

    .dt-new2 .dys {
        display: block;
        margin-bottom: 20px;
        margin-left: 15px;
    }

    .overflow {
        overflow: hidden;
    }

    .dys_live {
        float: left;
        width: 97%;
        margin-right: 21px;
    }

    .dys_live:last-child {
        float: left;
        width: 97%;
        margin-right: 0;
    }

    .dys_live_h5 {
        position: relative;
        border-bottom: 2px solid #e7e7e7;
        height: 34px;
        margin-bottom: 15px;
    }

        .dys_live_h5 span {
            position: absolute;
            font-size: 1.6em;
            line-height: 34px;
            top: 0;
        }

        .dys_live_h5 .titlename_en,
        .titlename_en {
            position: absolute;
            top: 0;
            right: 25px;
            font-size: 1.4em;
            line-height: 34px;
            color: rgb(170, 170, 170);
        }

    .dys_zhibo_active {
        border-bottom: 2px solid #a50000;
        color: #a50000;
    }

    .dys_live_news_baodao {
        left: 0;
    }

    .newsul1 ul li a {
        float: left;
        color: #373535;
        width: 350px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .gallery-item {
        position: relative;
        margin: 0 5px;
        width: 95%;
        height: 200px;
    }

        .gallery-item a {
            display: block;
            height: 200px;
        }

        .gallery-item img {
            width: 100%;
            height: 200px;
        }

        .gallery-item .gallery-title {
            font-size: 16px;
            font-weight: 400;
            color: #fff;
            position: absolute;
            bottom: 0;
            width: 95%;
            padding: 0 10px;
            background: #000;
            background: rgba(0, 0, 0, .5);
            height: 30px;
            line-height: 30px;
            display: block;
            word-wrap: normal;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

    .dys_live1_h5 {
        position: relative;
        border-bottom: 2px solid #e7e7e7;
        height: 34px;
        width:93%;
    }

    .dys_live1_h5 .dys_live_news_baodao {
        position: absolute;
        font-size: 20px;
        line-height: 34px;
        top: 0;
    }

    .teacon {
        overflow: hidden;
    }
    /*.teacon {
        height: 300px;
        padding: 30px 0 0;
        overflow: hidden;
        position: relative;
    }
     .teacon ul {
        height: 300px;
        width: 100000px;
        position: absolute;
        left: 0;
    } */
    /*ul width的宽不能过小*/
    /* .teacon ul li {
        display: block;
        float: left;
        margin: 0 20px;
        height: 214px;
        border-radius: 5px;
        position: relative;
    }
    
    .teacon ul li a {
        display: inline-block;
        width: 160px;
        height: 214px;
    }
    
    .teacon ul li img {
        border-radius: 5px;
        display: block;
        width: 160px;
        height: 214px;
    } */
    /* .teacon ul li a span {
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        padding: 3px 0;
        font-size: 14px;
        text-align: center;
    } */
    /* .teacon ul li a:hover span {
        width: 160px;
        height: 214px;
        line-height: 214px;
        font-size: 20px;
        text-align: center;
        transition: all 0.7s;
    } */

    .clone .title a {
        font-weight: bold;
        text-align: center;
        color: #a50000;
        line-height: 1.75;
        font-size: 18px;
    }

    .exclusive-box {
        position: relative;
        width: 1060px;
        height: 470px;
        margin-left: 15px;
    }

    .carousel {
        position: relative;
        height: 350px !important;
        margin: 0 auto;
    }

        .carousel li {
            float: left;
            width: 300px;
            height: 230px;
        }

        .carousel a,
        .carousel img,
        .carousel span {
            display: inline-block;
        }

        .carousel img {
            width: 100%;
            height: 100%;
        }

        .carousel a {
            position: relative;
        }

        .carousel span {
            position: absolute;
            left: 0;
            bottom: 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 100%;
            padding: 4px;
            font-size: 14px;
            line-height: 22px;
            color: #fff;
            text-align: center;
            background-color: #a40000;
            background-color: rgba(164, 0, 0, 0.8);
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }
    /*.carousel a {
        -webkit-box-reflect: below -4px -webkit-linear-gradient(top, rgba(250, 250, 250, 0), rgba(250, 250, 250, 0) 30%, rgba(250, 250, 250, 0.3));
    }*/

    .carousel {
        position: relative;
        margin: 0px;
        padding: 0px;
        -moz-user-select: none;
        -webkit-user-select: none;
    }

        .carousel .carousel-item {
            background-position: center;
            background-repeat: no-repeat;
            background-color: #FFF;
            position: absolute;
            cursor: pointer;
        }

        .carousel .out {
            border: #DDD 2px solid;
        }

        .carousel .over {
            border: #DDD 2px solid;
            -moz-box-shadow: 0px 0px 10px #000;
            -webkit-box-shadow: 0px 0px 10px #000;
            box-shadow: 0px 0px 10px #000;
            -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#000000')";
        }

        .carousel .click {
            border: #DDD 2px solid;
            -moz-box-shadow: 0px 0px 10px #000;
            -webkit-box-shadow: 0px 0px 10px #000;
            box-shadow: 0px 0px 10px #000;
            -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#000000')";
        }

        .carousel .select {
            border: #DDD 2px solid;
            -moz-box-shadow: 0px 0px 10px #000;
            -webkit-box-shadow: 0px 0px 10px #000;
            box-shadow: 0px 0px 10px #000;
            -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#000000')";
        }

        .carousel .tooltip {
            position: absolute;
            z-index: 9999;
            background-color: #DDD;
            margin-bottom: 20px;
            border: #EEE solid 4px;
            border-radius: 8px;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
        }

            .carousel .tooltip p {
                color: #999;
                padding: 10px;
                margin: 0px;
            }

        .carousel .scrollbar {
            width: 340px;
            position: absolute;
            margin-top: 100px;
        }

            .carousel .scrollbar .track {
                width: 300px;
                height: 20px;
                position: absolute;
                left: 20px;
            }

            .carousel .scrollbar .thumb {
                width: 70px;
                height: 20px;
                position: absolute;
                cursor: pointer;
            }

            .carousel .scrollbar .left {
                width: 20px;
                height: 20px;
                position: absolute;
                cursor: pointer;
                left: 0px;
            }

            .carousel .scrollbar .right {
                width: 20px;
                height: 20px;
                position: absolute;
                cursor: pointer;
                right: 0px;
            }

    .ex-btn {
        position: relative;
        z-index: 20;
        width: 160px;
        margin: 0 auto;
    }

    .ex-arr {
        width: 48px;
        height: 48px;
        background-repeat: no-repeat;
        background-position-y: center;
        cursor: pointer;
    }

    .ex-left {
        float: left;
        background-image: url(../images/icon_pc_arrow3d_left.png);
        background-size: 48px;
        background-position-x: left;
    }

    .ex-right {
        float: right;
        background-image: url(../images/icon_pc_arrow3d_right.png);
        background-size: 48px;
        background-position-x: right;
    }

    .hide {
        display: none;
    }

    .soild {
        border: 2px solid #a50000;
        width: 85%;
    }

    .linkov {
        overflow: hidden;
        margin-left:-10px;
        padding-left:10px;
    }

    /*.linkname {
        max-width: 200px;
        background: #a50000;
        color: #fff;
        float: left;
        width: 134px;
        text-align: center;
        font-size: 1.6em;
        font-weight: 600;
        padding: 10px;
        margin-right: 20px;
    }*/
    .linkname {
        background: #a50000;
        color: #fff;
        float: left;
        width: 34px;
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        padding: 10px;
        margin-right: 20px;
    }
    .linkname {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-left:-20px;
    }
    #lovexin12 {
        right: 15px;
        position: fixed;
        bottom: 10px;
        z-index: 1444;
        display: block;
    }
    #lovexin_yuanxiao {
        right: 5px;
        position: fixed;
        border: 1px solid #ccc;
        width: 280px;
        top: 300px;
        height: 163px;
        z-index: 1444;
        display: block;
    }
    #lovexin12 img {
        max-width: 200px;
        border: none;
    }
    .lovexin123 {
        text-align: right;
        max-width: 200px;
        display: block;
    }
    #media {
        border: 1px solid #ccc;
        width: 97%;
        height: 302px;
        background-size: 100%;
        object-fit: fill;
    }
    .linkimg {
        overflow: hidden;
        margin-top: 20px;
        float: left;
        font-size:1.4em;
        display: block;
        width: 97%;
    }

.linkimg li {
    margin-right: 46px;
    margin-bottom: 16px;
    float: left;
}
    /* .linkimg li:nth-child(5n) {
margin-right: 0;
} */

.linkimg li a {
    display: inline-block;
    color: #666;
}

.linkimg li a:hover {
    color: #a50000;
    font-weight: 600;
}


    .clearfix:after,
    .clearfix:before {
        display: table;
        line-height: 0;
        content: ""
    }

    .clearfix:after {
        clear: both
    }

    .clear-float {
        clear: both
    }

    .footer {
        background: #a50000 url(../images/footerbg_02.jpg) no-repeat top center;
        background-size: 100% 100%;
        font-family: "Microsoft Yahei"
    }

    .footer-floor1 {
        width: 100%;
        padding: 26px 0;
    }

    .footer-list {
        width: 100%;
        height: 100%;
        float: left
    }

    .footer-list ul {
        float: left;
        margin-right: 5px;
        margin-left:5px;
        width:100px;
        text-align: center;
    }
    .footer-list ul:nth-child(7) {
        float: left;
        margin-right: 5px;
        margin-left: 5px;
        width: auto;
        text-align: left;
    }

    .footer-list .flist-4 {
        margin-right: 0
    }

    .footer-list li {
        line-height: 32px;
        margin-top:10px;
    }

    .footer-list li a {
        color: #fff;
        font-size: 1.2em;
        text-decoration: none
    }

    .footer-list li a:hover {
        text-decoration: underline;
        color: #fff
    }

    .footer-list .flist-title {
        font-size: 1.2em;
        color: #fff;
        margin-bottom: 15px;
        margin-top:20px;
    }

    .footer-list .flist-title a {
        font-size: 1.2em;
        color: #fff;
        margin-bottom: 15px
    }

    .footer-floor2 {
        width: 100%;
        border-top: 1px solid #ce6464;
        padding: 10px 0;
        text-align: center
    }

    .footer-floor2 p {
        margin-top:45px;
        margin-left: 10px;
        margin-right: 10px;
        text-align: left;
        color: #fff;
        font-size: 1em;
        line-height: 30px
    }

    .footer-floor2 p span {
        font-family: PingFangSC-Light, 'helvetica neue', 'hiragino sans gb', tahoma, 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif
    }

    .footer-floor2 a {
        color: #fff
    }

    .footer-floor2 a:hover {
        color: #fff;
        text-decoration: underline
    }

    .foot-link {
        margin: 0 15px;
        text-decoration: none;
        color: #fff
    }

        .foot-link:hover {
            text-decoration: underline
        }

        .foot-link img {
            position: relative;
            top: 5px;
        }

    .footer-right {
        width: 150px;
        float: right
    }
    .footer-floor2 p.poli1 {
        margin-top: 40px;
    }
    .telephone {
        width: 100%;
        height: 32px;
        line-height: 32px;
        color: #fff
    }

        .telephone span {
            display: inline-block;
            width: 32px;
            height: 32px;
            float: left;
            background: url(../images/phone_32px.png);
            margin-left: 16%
        }

        .telephone .tel-number {
            font-size: 30px;
            font-weight: 400;
            text-align: right
        }

    #wx-corner {
        border: 10px solid transparent;
        border-left: 10px solid #fff;
        position: absolute;
        top: 12px;
        right: -20px;
        z-index: 10
    }

    #wb-corner {
        border: 10px solid transparent;
        border-left: 10px solid #fff;
        position: absolute;
        top: 58px;
        right: -20px;
        z-index: 10
    }

    .marquee-box {
        overflow: hidden;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0
    }

    .marquee {
        width: 8000%;
        height: 60px
    }

    .wave-list-box {
        float: left;
        margin-top: 40px;
    }

        .wave-list-box ul {
            float: left;
            height: 60px;
            overflow: hidden;
            zoom: 1
        }

            .wave-list-box ul li {
                height: 60px;
                width: 100%;
                float: left;
                
                line-height: 30px;
                list-style: none
            }

    .wave-box {
        position: relative;
        height: 60px;
        padding-top: 40px;
        background: #FEF5E6;
    }
    .noContent {
        color: #a50000;
        font-size: 1.4em;
        padding-left: 20px;
    }
    .tig img {
        width: 90%;
        border: 1px solid #e7e7e7;
        margin-top: 10px;
    }
    .tig {
        width: 200px;
        height: 200px;
        margin: 0 auto;
    }
    .tig img {
        width: calc(100% - 2px);
        margin-top: 0;
    }
    .footcer {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .bszs {
        position: absolute;
        bottom: -20px;
        right: 5px;
    }

    .topimg {
        width: 30px;
        height: 30px;
        background: #860000;
        padding: 15px;
        -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .16);
        box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .16);
    }

    .top-button {
        display: block;
        background: none;
        color: #a50000;
        line-height: 30px;
        font-size: 1em;
        margin: 0;
        margin-right:5px;
        padding: 0;
        outline: none;
        border: none;
        cursor: pointer;
    }

    #toggle-search {
        float: right;
        background-position: -60px 0;
    }

        #toggle-search.open:after {
            top: 40px;
        }

        #toggle-search:after {
            display: none;
            -moz-transition: top, 0.5s;
            -o-transition: top, 0.5s;
            -webkit-transition: top, 0.5s;
            transition: top, 0.5s;
            position: absolute;
            top: 52px;
            left: 50%;
            margin-left: -8px;
            content: "";
            border-color: transparent transparent #e1e4e7;
            border-style: solid;
            border-width: 8px 8px 12px;
        }

    #search-form {
        -moz-transition: max-height, 0.5s;
        -o-transition: max-height, 0.5s;
        -webkit-transition: max-height, 0.5s;
        transition: max-height, 0.5s;
        position: absolute;
        top: 90px;
        right: 0;
        z-index: 99999;
        width: 370px;
        max-height: 0;
        overflow: hidden;
        background-color: #e1e4e7;
        -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .16);
        box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .16);
    }

        #search-form.open {
            max-height: 40px;
        }

        #search-form fieldset {
            position: relative;
            margin: 0 40px 0 0;
            padding: 0;
            border: none;
        }

        #search-form input {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            display: block;
            height: 40px;
        }

            #search-form input.keyword {
                width: 100%;
                padding: 0 7px 0 15px;
                background: #fff;
                border: 1px solid #e7e7e7;
            }

            #search-form input.SiteSearch {
                position: absolute;
                bottom: 0;
                right: 0;
                width: 60px;
                margin: 0;
                padding: 0;
                font-weight: 700;
                text-transform: uppercase;
                color: #fff;
                background: #a50000;
                border: none;
                cursor: pointer;
            }

    .SearchVideo {
        text-align: right;
        margin-right: 10px;
        margin-bottom: 5px;
    }

    #SearchVideoTxt {
        box-sizing: border-box;
        height: 30px;
        padding-left: 3px;
    }

    #VideoSearch {
        width: 80px;
        height: 30px;
        font-weight: 700;
        color: #fff;
        background: #a50000;
        border: none;
        cursor: pointer;
    }
    /*返回顶部开始*/

    #code,
    #code_hover {
        width: 40px;
        height: 132px;
        background: url(../images/fhimg.png) no-repeat;
        position: fixed;
        right: 0;
        cursor: pointer;
    }

    #code {
        bottom: 164px;
    }

    #code_hover {
        bottom: 164px;
    }

    #gotop {
        bottom: 67px;
        position: fixed;
        right: 0;
        cursor: pointer;
    }

    #code_img {
        width: 324px;
        height: 132px;
        background: url(../images/ciol.jpg) no-repeat;
        background-size: 324px 132px;
        position: fixed;
        right: 40px;
        bottom: 164px;
        cursor: pointer;
        display: none;
        z-index: 999;
    }
    /*返回顶部结束*/

    .guize_html {
        position: fixed;
        top: calc(50% - 353px);
        left: calc(50% - 485px);
        width: 970px;
        height: 706px;
        border-radius: 5px;
        background-color: #fff;
        color: #000;
        text-align: center;
        font-size: 12px
    }

        .guize_html p {
            padding: 0 10px;
            text-align: left;
            text-indent: 2em
        }

    .guize_html_nei {
        height: 606px;
        padding: 20px 30px;
        display: block;
        overflow-y: auto
    }

        .guize_html_nei h3 {
            font-size: 24px;
            color: #a50000;
            margin-bottom: 40px;
        }

        .guize_html_nei p {
            font-size: 16px;
            line-height: 32px;
            text-indent: 2em
        }

    .btn {
        display: block;
        margin: 10px auto;
        width: 240px;
        height: 40px;
        font-size: 16px;
        border-radius: 4px;
        background-color: #a50000;
        color: #fff;
        text-align: center;
        line-height: 40px;
        cursor: pointer
    }

    .overfloat {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        display: none;
        width: 100%;
        height: 100%;
        background-color: rgba(1, 1, 1, .5)
    }


    #phoneCarousel {
        height: 390px;
        margin: 0 auto;
        position: relative;
        width: 800px;
    }

        #phoneCarousel .arrow {
            width: 44px;
            height: 44px;
            background: url(../images/arrows.png) no-repeat;
            position: absolute;
            top: 50%;
            margin-top: -22px;
            left: 0;
            cursor: pointer;
        }

        #phoneCarousel .next {
            background-position: right top;
            left: auto;
            right: 0;
        }

        #phoneCarousel .arrow:hover {
            background-position: left bottom;
        }

        #phoneCarousel .next:hover {
            background-position: right bottom;
        }

    #stage {
        left: 50%;
        margin-left: -350px;
        position: absolute;
        width: 700px;
        height: 100%;
    }

        #stage img {
            display: none;
        }

        #stage .default {
            display: block;
            left: 50%;
            margin-left: -135px;
            position: absolute;
        }

        #stage .animationReady {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
        }
    /* 教师 */

    .portfolio-items {
        height: 278px;
        overflow: hidden;
        /* white-space: nowrap; */
        position: relative
    }

    .portfolio-items > li {
        display: inline-block;
        vertical-align: top;
    }

    .teamore {
        font-size: 18px;
        margin-left: 8px;
    }

        .teamore a {
            display: block;
            word-wrap: break-word;
            color: #a50000;
            width: 30px;
            text-align: center;
            margin-top: 65px;
            padding: 15px 0;
        }

            .teamore a img {
                margin-top: 10px;
                width: 22px;
            }

    .item1 {
        width: 160px;
        height: 202px;
        margin: 40px 10px 0;
        padding: 5px;
        border-radius: 2px;
        background-color: white;
        font-size: 14px;
        opacity: 1;
        position: relative;
        top: 0;
        box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.5);
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: all .3s ease, opacity 2s ease, top 1s ease;
        -o-transition: all .3s ease, opacity 2s ease, top 1s ease;
        transition: all .3s ease, opacity 2s ease, top 1s ease;
        box-sizing: border-box;
    }

    .item1:hover {
        height: 230px;
        padding: 8px;
        -webkit-transform: translateY(-28px);
        -ms-transform: translateY(-28px);
        -o-transform: translateY(-28px);
        transform: translateY(-28px)
    }
    .item1:hover .date {
        -webkit-transform: translate3d(0, 61px, 0);
        -ms-transform: translate3d(0, 61px, 0);
        -o-transform: translate3d(0, 61px, 0);
        transform: translate3d(0, 61px, 0)
    }

    .item1:hover figcaption {
        -webkit-animation: show .25s ease-in .120s forwards;
        -o-animation: show .25s ease-in .120s forwards;
        animation: show .25s ease-in .120s forwards
    }

    .item1:hover p:nth-of-type(1) span {
        -webkit-animation: slideOut .25s ease-out .15s forwards;
        -o-animation: slideOut .25s ease-out .15s forwards;
        animation: slideOut .25s ease-out .15s forwards
    }

    .item1:hover p:nth-of-type(2) span {
        -webkit-animation: slideOut .2s ease-out .3s forwards;
        -o-animation: slideOut .2s ease-out .3s forwards;
        animation: slideOut .2s ease-out .3s forwards
    }

    .item1:hover .view {
        height: 190px
    }
    /* .item1:hover .view img {
        top: -20px;
        left: -20px
    } */
    .item1 {
        width: calc( 33.333% - 20px);
        height: calc( calc( 33.33333vw * 101) / 80);
        margin: 0px 10px 10px 10px !important;
        float: left;
        padding: 0;
        background: none;
        box-shadow: none;
    }
    .view {
        overflow: hidden;
        width: 100%;
        height: 190px;
        /* position: relative; */
    }
    .view img {
        width: 160px;
        height: 214px;
        -webkit-transition: width .3s ease;
        -o-transition: width .3s ease;
        transition: width .3s ease;
        position: absolute;
    }
    .teamore a {
        width: 100%;
        margin: 0;
        position: relative;
    }

    .teamore span {
        margin-right: 5px;
    }

    .teamore a img {
        position: relative;
        top: 4px
    }
    .portfolio-items {
        height: auto;
    }

    .portfolio-items .teamore {
        display: block;
        width: 100%;
        float: left;
    }
    .falldown {
        top: 0;
        opacity: 1;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    .thet {
        width: 100%;
        height: 100%;
    }
    .view {
        width: 100%;
        margin-left:-48px;
        height: calc( calc( 33.33333vw * 101) / 80);
    }

    .view img {
        width: calc( 100% - 10px);
        height: calc( calc( 33.33333vw * 101) / 80 - 10px);
        border: 5px solid #fff;
        box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.5);
    }
    figcaption {
        height: 30px;
        width: 100%;
        padding: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        overflow: hidden;
        opacity: 0;
    }

        figcaption p {
            line-height: 30px !important;
            font: bold 12px/18px "Arial", sans-serif;
            text-transform: uppercase;
            padding: 0 10px;
            margin: 0;
            color: #333
        }

        figcaption span {
            left: -100%;
            opacity: 0
        }

    .date {
        z-index: 1;
        width: 50px;
        height: 30px;
        line-height: 30px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        border-radius: 1px;
        background-color: #a50000;
        position: absolute;
        bottom: 10px;
        left: 10px;
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 1.6, 0.91, 0.92);
        -o-transition: -o-transform 0.5s cubic-bezier(0.12, 1.6, 0.91, 0.92);
        transition: -webkit-transform 0.5s cubic-bezier(0.12, 1.6, 0.91, 0.92);
        transition: -ms-transform 0.5s cubic-bezier(0.12, 1.6, 0.91, 0.92);
        transition: -o-transform 0.5s cubic-bezier(0.12, 1.6, 0.91, 0.92);
        transition: transform 0.5s cubic-bezier(0.12, 1.6, 0.91, 0.92)
    }

    @keyframes show {
        to {
            opacity: 1
        }
    }

    .demo-wrapper ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        cursor: pointer
    }

    .demo-wrapper ::-webkit-scrollbar-track {
        background-color: #ddd;
        border-radius: 10px
    }

    .demo-wrapper ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #a50000
    }

    @-webkit-keyframes slideOut {
        0% {
            left: -100%;
            opacity: 0
        }

        95% {
            left: 0;
            opacity: 0.2
        }

        100% {
            opacity: 1;
            left: 0
        }
    }

    @-o-keyframes slideOut {
        0% {
            left: -100%;
            opacity: 0
        }

        95% {
            left: 0;
            opacity: 0.2
        }

        100% {
            opacity: 1;
            left: 0
        }
    }

    @-webkit-keyframes show {
        to {
            opacity: 1
        }
    }

    @-o-keyframes show {
        to {
            opacity: 1
        }
    }


    /*AspNetPage分页样式*/
    /*开始*/
    .anpager {
        margin-left: 0px;
    }

        .anpager .cpb {
            border: 0px solid #CCCCCC;
            color: #F00;
            font-weight: bold;
            margin: 5px 4px 0 0;
            padding: 4px 5px 0;
        }

        .anpager a {
            min-width: 15px;
            float: left;
            height: 19px;
            display: block;
            border: 1px solid #bebebe;
            color: #a50000;
            background: #fff;
            padding: 10px;
            margin: 5px;
        }

        .anpager span.CurrentActive {
            min-width: 15px;
            float: left;
            height: 19px;
            display: block;
            border: 1px solid #a50000;
            background: #a50000;
            color: #fff;
            padding: 10px;
            margin: 5px;
        }

        .anpager a:hover {
            border: none;
            background: #a50000;
            color: #fff;
            border: 1px solid #a50000;
        }

        .anpager a[disabled], .anpager a[disabled]:hover {
            border: 1px solid #bebebe;
            color: #ccc;
            background: #fff;
        }
    /*结束*/
    .soild {
        display:none;
    }
    .qianyitiao {
        margin: 20px 0 0 20px;
        padding-left: 0;
        margin-left: 0px;
        background: url(../../images/qiyitiao_shang.png) no-repeat;
        background-position-y: 8px;
    }

    .qianyitiao a {
        color: #084a96;
        text-decoration: underline;
    }

    .houyitiao {
        margin: 5px 0 0 20px;
        background: url(../../images/houyitiao_xia.png) no-repeat;
        padding-left: 0;
        margin-left: 0px;
        background-position-y: 8px;
    }

    .houyitiao a {
        color: #084a96;
        text-decoration: underline;
    }


    .fujian {
        padding-top: 10px;
        text-indent: 24px;
        color: Red;
    }

    .fujiana {
        width: 753px;
        padding-bottom: 200px;
    }

    .fujian_tite {
        margin-top: 50px;
        margin-left: 50px;
    }

    .fujiana ul {
        padding: 10px 80px;
    }

        .fujiana ul li {
            width: 523px;
            height: 48px;
            margin: 10px 0;
            line-height: 48px;
            background: url(../images/fujian_li_bg.gif) no-repeat;
        }

            .fujiana ul li a {
                font-size: 14px;
                color: #000000;
                text-decoration: none;
                display: block;
                padding-left: 40px;
                margin-left: 20px;
                background: url(../images/fujian_tite_list.gif) no-repeat 0 13px;
            }

                .fujiana ul li a:hover {
                    color: #cc3366;
                }

    .fujian p {
        line-height: 25px;
    }

    .fujian a {
        color: #084a96;
        text-decoration: underline;
        font-size: 14px;
    }

    .rolling-Right {
        margin-left: 10px;
        display:block;
    }

    .memory {
        float: left;
        margin-left: 10px;
    }

    .fgx {
        margin: 0 auto;
        width: 720px;
        height: 2px;
        margin-top: 20px;
        border-bottom: 1px solid #ccc;
        clear: both;
    }


    .flexsliderNews, .flexsliderActive, .flexsliderNotice {
        display: block;
        width: 100%;
        height: 280px;
        position: relative;
        overflow: hidden;
        list-style: none;
        margin-right: 3px;
    }
    .flexsliderNews ul {
        width:100%;
    }

    .flexsliderNews ul li {
        float: left;
        list-style: none;
    }

    .flexsliderActive ul li {
        float: left;
        list-style: none;
    }
    .flexsliderNotice ul li {
        float: left;
        list-style: none;
    }
    /**在线咨询页开始**/
    .listmainonezixun {
        width: 94%;
        margin-top: 20px;
        display: block;
        margin-left: 0px;
        padding-bottom: 10px;
        border-bottom: 1px dashed #d0d0d0;
    }

    .listmainonezixunname {
        font-family: 'Microsoft YaHei';
        font-size: 1.2em;
        color: #747474;
    }

    .listmainonezixunnamep {
        font-family: 'Microsoft YaHei';
        font-size: 1.2em;
        color: #747474;
        line-height: 24px;
        margin-top: 5px;
    }

    .listmainonezixundaan {
        background-color: #feefd7;
        min-height: 47px;
        margin-bottom: 3px;
        margin-top: 3px;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 0px;
        border: 1px dashed #f16d03;
    }

    .listmainonezixunname1 {
        margin-left: 13px;
        font-family: 'Microsoft YaHei';
        font-size: 1.2em;
        color: #7f6845;
    }

    .listmainonezixunnamep1 {
        font-family: 'Microsoft YaHei';
        font-size: 1.2em;
        color: #7f6845;
        line-height: 24px;
        margin-top: 5px;
        margin-left: 13px;
    }

    .listmainonezixunname2 {
        font-family: 'Microsoft YaHei';
        font-size: 1.2em;
        font-weight: bold;
        color: #7f6845;
    }
    /**在线咨询页结束**/
    /**合同申报页开始**/
    .htsbpic {
        margin-left: 16px;
    }

    .htsblogin {
        display: block;
        width: 95%;
        margin-left: 0;
    }

    .htsbloginname {
        margin-top: 22px;
        margin-left: 272px;
    }

    .htsbloginxian {
        width: 707px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #d0d0d0;
        margin-top: 19px;
        *margin-top: -2px;
    }

    #htsbloginxinx {
        display: block;
        width: 420px;
    }

        #htsbloginxinx ul {
            list-style-type: none;
            margin-left: 100px;
            *margin-left: 140px;
        }

        #htsbloginxinx li {
            margin-top: 19px;
        }

    .loginameuser {
        font-family: "Microsoft YaHei";
        font-size: 1.2em;
        color: #a50000;
    }


    .htsbloginbutton {
        background-image: url(../images/httbloginbutton.gif);
        background-repeat: no-repeat;
        height: 77px;
        width: 122px;
        border: 0px;
        margin-top: 40px;
        *margin-top: 59px;
        margin-right: 136px;
        cursor: pointer;
        float: right;
    }

    #htsbloginnr {
        display: block;
        width: 707px;
        margin-left: 18px;
        margin-bottom: 28px;
    }

    #htsbloginxinxnn {
        margin-left: 56px;
    }

        #htsbloginxinxnn a {
            font-family: "宋体";
            font-size: 12px;
            color: #064675;
            text-decoration: underline;
            margin-right: 30px;
        }
    /**合同申报页结束**/
    /********留言开始*********/

    #LiuYan {
        display: block;
        width: 95%;
        margin-left: 0;
        margin-bottom: 28px;
    }

    #codeyzmimage {
        position: relative;
        top: 10px;
    }

    #messgelist {
        display: block;
        width: 95%;
    }

        #messgelist ul {
            list-style-type: none;
            margin-left: 0;
        }

        #messgelist li {
            margin-top: 19px;
        }

    .Tijiao {
        background-color: #a50000;
        color: #fff;
        font-size:1.2em;
        font-family: 'Microsoft YaHei';
        cursor: pointer;
        width: 110px;
        height: 38px;
        margin-top: 10px;
        margin-left:50px;
        border: 0px;
    }
    .inputone {
        background-color: #FFFFFF;
        height: 28px;
        height: 28px\9;
        width: 180px;
        border: 1px solid #666;
        padding-top: 3px\9;
        padding-left: 5px;
    }
    #messgelist textarea{
        border: 1px solid #666 !important;
        width: 180px;
    }

    .inputtwo {
        background-color: #FFFFFF;
        height: 28px;
        height: 23px\9;
        width: 91px;
        border: 1px solid #666;
        padding-top: 8px\9;
        padding-left: 5px;
    }

    #yzmimage {
        float: right;
        margin-right: 15px;
        *margin-top: -35px;
    }

    .loginbutton {
        background-image: url(../images/loginbutton_24.gif);
        background-repeat: no-repeat;
        height: 38px;
        width: 240px;
        border: 0;
        cursor: pointer;
        margin-top: 6px;
    }
    /********留言结束*********/
      .footer-list {
        overflow: hidden;
        width: calc(100% - 18px);
        margin: 0 9px;
        float: none;
    }
    .footer-list ul {
        overflow: hidden;
        display: block;
        float: none;
        width: 100%;
        text-align: left;
        margin-bottom: 20px;
    }
    .footer-list .flist-title {
        width: 100%;
        font-weight: 800;
        margin-bottom: 10px;
    }
    .footer-list li {
        float: left;
        margin-right: 20px;
        line-height: 24px;
    }
    .footer-list li:first-child,
    .footer-list li:last-child {
        margin-right: 0;
    }
    .footer-right {
        float: none;
        width: auto;
    }
    .footer-floor2 {
        width: calc(100% - 20px);
        padding: 10px;
    }
    .footer-list .flist-title {
        width: 100%;
        font-size:1.4em;
        font-weight: 800;
        margin-bottom: 10px;
    }
    /*--------导航适配------------*/
    /* 头部区域 */
    .header {
        min-width: 100%;
        min-height: 56px;
    }

    .flexslider {
        height: auto;
    }

    .logocn {
        width: 100%;
        top: 10%;
    }

    .logocn img {
        margin-left: 20px;
        width: 40%;
    }

    .header .slides {
        
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    /* 导航区域 */
    .navBtn {
        width: 56px;
        height: 56px;
        position: absolute;
        right: 2px;
        top: 30px;
        transform: translateY(-50%);
        /* margin-top: -10px; */
        cursor: pointer;
        z-index: 11;
        background: #a50000;
    }

        .navBtn span {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translateX(-50%);
            width: 25px;
            height: 2px;
            margin-top: -1px;
            background-color: #fff;
        }

            .navBtn span:before {
                bottom: -8px;
            }

            .navBtn span:after {
                top: -8px;
            }

            .navBtn span:before,
            .navBtn span:after {
                content: '';
                display: block;
                position: absolute;
                left: 0;
                width: 100%;
                height: 2px;
                background-color: #fff;
                transition: all .3s;
            }

        .navBtn.open span {
            height: 0;
        }

            .navBtn.open span:before {
                transform: rotate(45deg);
                bottom: -2px;
            }

            .navBtn.open span:after {
                transform: rotate(-45deg);
                top: 0;
            }

    .nav-bar {
        position: fixed;
        top: 0;
        left: -221px;
        background-color: rgba(165, 0, 0, .8);
        height: 100%;
        width: 220px;
        min-width: 200px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transition: left .3s;
        z-index: 999999;
        border-left: 1px solid #a50000;
    }

    .nav-bar.open {
        left: 0;
    }

    .nav-bar ul {
        padding: 30px 0;
        width: 100%;
    }

    .nav-bar li {
        float: none;
        width: 100%;
        line-height: normal;
        text-align: left;
        font-size: 16px;
        position: relative;
    }

    .nav-bar li a {
        padding: 12px 2em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #fff;
        display: block;
        width:200px;
        height: auto !important;
        line-height: normal !important;
        text-align: left !important;
        font-size: 16px;
    }

    .nav-bar li em {
        position: absolute;
        right: 0;
        top: 0;
        width: 44px;
        height: 45px;
        z-index: 9;
        display: block;
        cursor: pointer;
    }

    .nav-bar li em:after {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        transform: rotate(45deg);
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -6.5px 0 0 -6.5px;
        transition: all .3s;
    }

    .nav-bar li em.open:after {
        transform: rotate(-135deg);
        margin-top: 0;
    }

    .nav-bar li ul {
        background: none;
        width: auto;
        position: static;
        left: auto;
        top: auto;
        border: 0;
        padding: 5px 0;
        z-index: 3;
        display: none;
    }

    .nav-content-box > li:hover {
        background: none;
    }

    ul.nav-content-box > li > ul {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        margin: 0;
        padding: 5px 0;
    }

    .nav-content-box > li:hover > span > .open {
        background: #860000;
    }

    ul.nav-content-box > li > ul > img {
        display: none;
    }

    .nav-bar li ul a {
        color: #fff;
        padding: 12px 2em 12px 3em;
        width: calc( 100% - 5em) !important;
    }

    .nav-bg {
        position: unset;
        height: auto;
        background: none;
    }

    .nav-top {
        height: auto;
        background: none;
    }

    .nav-content {
        width: 100%;
        height: 100%;
    }

    .logocn {
        width: 100%;
        top: 12%;
    }

    .logocn img {
        margin-left: 10px;
        width: 190px;
    }
    /*-------导航适配End----------*/
    /* 2021年8月28日修改开始 */
    .layui-layer-setwin .layui-layer-close2 {
        position: initial !important;
    }
    .layer-alert-video {
        width: 95%;
        min-height: 200px;
        height: auto;
    }
    .layer-alert2 {
        width: 97%;
        height: auto;
    }
    .header {
        position: relative;
    }

    .header .slides img {
        height: 200px;
    }

    .logocn {
        width: 1200px;
        margin: 0 auto;
        position: relative;
        left: 50%;
        top: 44px;
        transform: translateX(-50%);
        z-index: 10;
    }

    .logocn img {
        margin-left: 40px;
    }
    .tbanner {
        height: auto !important;
    }

    .slides img {
        height: auto !important;
    }
    /* 2021年8月28日修改结束 */
    .slidesBg_top1 {background:url(../images/newBanner1.jpg); background-repeat:no-repeat;    }
    .slidesBg_top2 {background:url(../images/newBanner2.jpg); background-repeat:no-repeat;    }
    .slidesBg_top3 {background:url(../images/newBanner3.jpg); background-repeat:no-repeat;    }
    .slidesBg_top4 {background:url(../images/newBanner4.jpg); background-repeat:no-repeat;    }
    .slidesBg_top5 {background:url(../images/newBanner5.jpg); background-repeat:no-repeat;    }
    .slidesBg_top6 {background:url(../images/newBanner6.jpg); background-repeat:no-repeat;    }
    .slidesBg_top7 {background:url(../images/newBanner7.jpg); background-repeat:no-repeat;    }
    .slidesBg_top8 {background:url(../images/newBanner8.jpg); background-repeat:no-repeat;    }

    .slidesBg_Mid0 {background:url(../images/tbanner0.jpg) no-repeat;    }
    .slidesBg_Mid1 {background:url(../images/tbanner1.jpg) no-repeat;    }
    .slidesBg_Mid2 {background:url(../images/tbanner2.jpg) no-repeat;    }
    .slidesBg_Mid3 {background:url(../images/tbanner5.jpg) no-repeat;    }
    .slidesBg_Mid20 {
        background: url(../images/tbanner20_new.jpg) no-repeat;
    }

    .slidesBg_Btm1 {background:url(../images/tbanner3.jpg) no-repeat;    }
    .slidesBg_Btm2 {background:url(../images/tbanner4.jpg) no-repeat;    }
}



@media only screen and (max-width:538px) {
    .header .slides img {
        min-width: 538px;
        margin-right: -538px !important;
        min-height: 56px;
    }
    #lovexin_yuanxiao {
        right: 5px;
        position: fixed;
        border: 1px solid #ccc;
        width: 280px;
        top: 300px;
        height: 163px;
        z-index: 1444;
        display: none;
    }
    .logocn {
        width: 100%;
        top: 12%;
    }

    .logocn img {
        margin-left: 10px;
        width: 190px;
        margin-top:10px;
    }


    .noticeMsg {
        width: 100%;
    }

    .noticeMsg ul:first-child li {
        display: inline;
        width: 100%;
        height: 260px;
        font-size: 1.2em;
        line-height: 35px;
        margin-top: -6px;
        text-align: center;
        float: left;
        cursor: pointer;
        color: #a50000;
        font-weight: bold;
        border-bottom: 3px solid #a50000;
    }

    .flexsliderNotice {
        position: relative;
        float: left;
        width: 95%;
        height: 250px;
        overflow: hidden;
        list-style: none;
        margin-right: 3px;
    }
     .flexsliderNotice img{
         width: 100%;
        height: 250px;
        color:#666;
    }
    .noticeMsg ul.newslist {
        margin-top: 10px;
    }

    .noticeMsg ul.newslist li {
        width: 98%;
    }

    .noticeMsg ul.newslist li a {
        color: #000;
        width: 95%;
        font-size:1em;
        line-height:35px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }
    .noticeMsg ul.newslist li a::before {
        display: inline-block;
        content: "";
        float: left;
        width: 6px;
        height: 6px;
        background: #a50000;
        margin: 0 10px 0 5px;
        position: relative;
        top: 14px;
    }

    ul.NoticeTitle {
        border-bottom: 2px solid #a50000;
        color: #a50000;
        margin-top: 10px;
        width: 98%;
        float:left;
        text-align: center;
        font-size: 1.6em;
        line-height: 34px;
        font-weight: 600;
        /*margin-left: 50px;*/
    }

        ul.NoticeTitle li {
            display: inline;
            width: 95%;
            height: 39px;
            line-height: 35px;
            margin-top: -6px;
            text-align: left;
            padding-left: 10px;
            float: left;
            cursor: pointer;
        }

    ul.newslist li span {
        float: right;
        color: #c7c7c7;
        font-size:1em;
        margin-right:10px;
    }

    .schoolnews-tit {
        height: 30px;
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 10px;
        background: url("../images/listbg.png") no-repeat right top;
        background-size: 884px 40px;
    }

    .teachertext {
        margin-left:-20px;
    }
    .teachertext li {
        width: 25%;
        float: left;
        margin-top: 15px;
        margin-left: 0;
    }
    .teachertext li a {
        color: #666666;
        font-size: 1.2em;
        text-align:center;
        display: block;
        width:100%;
        float: left;
        margin-top: 5px;
        margin-bottom:0px;
    }
    #lovexin12 {
        display: none;
    }
}